case $THIS_SUB_DEPENDS in
  X11)
    is_depends_enabled $SPELL libx11 &&
    is_depends_enabled $SPELL libxext &&
    return 0;;
esac
return 1
